home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / networking / ifaddress / README < prev   
Encoding:
Text File  |  1994-08-02  |  484 b   |  17 lines

  1.  
  2.     This program prints the link-level address of an Ethernet or
  3.     FDDI interface.
  4.  
  5.     Usage:  ifaddr [name]
  6.  
  7.             Where "name" is the interface name used with ifconfig
  8.             (e.g., et0, ec0, enp0, enp1, ipg0, etc.).
  9.  
  10.             If "name" is not specified, the primary interface is used.
  11.  
  12.             Note: FDDI addresses are shown in FDDI bit order
  13.                   (which are swapped from ether bit order).
  14.  
  15.     To run ifaddr, you must have superuser privilege.
  16.  
  17.